home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / rt.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  41 lines

  1. <search function="rt">
  2.   <name>Rotten Tomatoes</name>
  3.   <description>
  4.     Search for movie info and reviews on RottenTomatoes.com.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>rt Shawshank Redemption</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>Entertainment</category>
  11.   <link>http://www.rottentomatoes.com/</link>
  12.   <contributor>Sarah Sweeney</contributor>
  13.   <email>sarah@designshift.com</email>
  14.   <form name="rtmf"
  15.         action="http://www.rottentomatoes.com/search/movie.php"
  16.         method="post">
  17.     <input type="hidden" name="search"/>
  18.   </form>
  19.   <script><![CDATA[
  20.     function rt(q, switches)
  21.     { 
  22.       if( nullArgs("rt",q) )
  23.         return false;
  24.  
  25.       if( q == "" )
  26.         openSearchWindow("http://www.rottentomatoes.com/");
  27.       else
  28.       {
  29.         document.rtmf["search"].value = q;
  30.         submitForm(rtmf);
  31.       }
  32.     }
  33.   ]]></script>
  34.  
  35.   <copyright>
  36.     Copyright (c) 2002 David Bau
  37.     Distributed under the terms of the
  38.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  39.   </copyright>
  40. </search>
  41.